Click or drag to resize

AttributeCollectionInsert Method (Int32, String)

Inserts an Attribute specified as a string at the specified possition.

Namespace:  Independentsoft.Sip.Sdp
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public void Insert(
	int index,
	string attribute
)

Parameters

index
Type: SystemInt32
The index at which the attribute is inserted.
attribute
Type: SystemString
An attribute as a string.
See Also